FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / CreateFolderRequest Class / CreateFolderRequest Constructor / CreateFolderRequest Constructor(BatchHeader,String,String,Property[])

In This Topic
    CreateFolderRequest Constructor(BatchHeader,String,String,Property[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Folder As String, _
       ByVal Parent As String, _
       ByVal Properties() As Property _
    )
    public CreateFolderRequest( 
       BatchHeader BatchHeader,
       string Folder,
       string Parent,
       Property[] Properties
    )

    Parameters

    BatchHeader
    Folder
    Parent
    Properties
    See Also